home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 December
/
Designer's Club 1998 December.iso
/
mac
/
Idea Source®
/
glass1.dir
/
00151_Script_151
< prev
next >
Wrap
Text File
|
1998-11-02
|
1KB
|
44 lines
on mouseUp
if the visible of sprite 23 = true then
set the visible of sprite 23 to false
set the visible of sprite 24 to true
updatestage
exit
end if
if the visible of sprite 24 = true then
set the visible of sprite 24 to false
set the visible of sprite 25 to true
updatestage
exit
end if
if the visible of sprite 25 = true then
set the visible of sprite 25 to false
set the visible of sprite 26 to true
updatestage
exit
end if
if the visible of sprite 26 = true then
set the visible of sprite 26 to false
set the visible of sprite 27 to true
updatestage
exit
end if
if the visible of sprite 27 = true then
set the visible of sprite 27 to false
set the visible of sprite 28 to true
updatestage
exit
end if
if the visible of sprite 28 = true then
set the visible of sprite 28 to false
set the visible of sprite 23 to true
updatestage
exit
end if
end